home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / PRODUCTI / GTRIPPLE / SETUP.EXE / 0 / RCDATA / TFINTRO / TFINTRO.txt
Text File  |  1999-09-12  |  710b  |  40 lines

  1. inherited fIntro: TfIntro
  2.   Left = 319
  3.   Top = 383
  4.   Caption = 'Welcome'
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   inherited pBody: TPanel
  8.     object lWelcome: TLabel
  9.       Left = 10
  10.       Top = 10
  11.       Width = 325
  12.       Height = 308
  13.       Align = alClient
  14.       WordWrap = True
  15.     end
  16.   end
  17.   inherited pButtons: TPanel
  18.     object bNext: TButton
  19.       Left = 352
  20.       Top = 24
  21.       Width = 75
  22.       Height = 25
  23.       Caption = '&Next >'
  24.       Default = True
  25.       ModalResult = 6
  26.       TabOrder = 0
  27.     end
  28.     object bCancel: TButton
  29.       Left = 448
  30.       Top = 24
  31.       Width = 75
  32.       Height = 25
  33.       Cancel = True
  34.       Caption = 'Cancel'
  35.       ModalResult = 2
  36.       TabOrder = 1
  37.     end
  38.   end
  39. end
  40.